flashapi 0.2.3

A lightweight webserver.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
meta {
  name: GET Single
  type: http
  seq: 4
}

get {
  url: {{BASE_URL}}/user/2
  body: json
  auth: inherit
}

settings {
  encodeUrl: true
}